Help > Reference > Macros > Tab object > SaveAnswer method

SaveAnswer method

Calling this method will save the current search result to a given file. The action is equivalent to selecting File > Save Search Results from the menu in the Perceptive Enterprise Search - Local Administration Console application. If you wish to re-load the search results later, call LoadAnswer or select File > Load Search Results from the menu.

Member of

Tab

Type

Sub(FileName)

Parameters

Example

AnswerFile = SaveDialog("search.ans", "ISYS answer files (*.ans)|*.ans")
If AnswerFile <> "" Then
  App.ActiveTab.SaveAnswer AnswerFile
End If

See Also

Macro Object Model

Tab